home *** CD-ROM | disk | FTP | other *** search
- Path: news.larc.nasa.gov!usenet
- From: Marshall Woodson <m.b.woodson@larc.nasa.gov>
- Newsgroups: comp.lang.c++
- Subject: Re: C++ version of yacc
- Date: 25 Jan 1996 17:56:53 GMT
- Organization: NASA Langley Research Center, Hampton, VA USA
- Message-ID: <4e8g95$f1t@reznor.larc.nasa.gov>
- References: <kurt.mccall-2501961032460001@melvin.msfc.nasa.gov>
- NNTP-Posting-Host: kej.larc.nasa.gov
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1 (Windows; U; 16bit)
-
- kurt.mccall@msfc.nasa.gov (Kurt McCall) wrote:
- >Isn't there a C++ version of yacc out there somewhere? I tried an Archie
- >search for "yacc++" but found nothing. I'm sure there is a C++ version of
- >bison, but I'd like to avoid using GNU products.
- >
-
-
- Kurt,
-
- Check out the pccts package. It includes a program called "ANTLR" which as I recall
- will generate c++ parsers. I've experimented with this package but so far I haven't
- really used it. It looks very nice. My latest information indicates that you can find
- it at ftp.parr-research.com, in pub/pccts.
-
- Good Luck, Regards,
- Marshall
-
-